home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Jist{invalid_utf8=236}, to by mohlo b{invalid_utf8=253}t velmi zaj{invalid_utf8=237}mav{invalid_utf8=233}.";
- if(_root.menu.eng)
- {
- Text1 = "Sure. It could be very interesting.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Ne, d{invalid_utf8=236}kuji moc.";
- if(_root.menu.eng)
- {
- Text2 = "No, thank you very much.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "22";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-